home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / synfr.xml < prev    next >
Text File  |  2002-09-13  |  1KB  |  35 lines

  1. <search function="synfr">
  2.   <name>French synonyms</name>
  3.   <category>Reference</category>
  4.   <contributor>MLL</contributor>
  5.   <link>http://elsap1.unicaen.fr/cherches.html</link>
  6.   <description>
  7.   Get synonyms for a french word, with a very handy visual chart.<br/>
  8.     <div class="helpboxDescLabels">Example:</div>
  9.     <table class="helpboxDescTable">
  10.       <tr><td>synfr maison</td></tr>
  11.     </table>
  12.   </description>
  13.  
  14.   <form name="synfrf"
  15.         method="get"
  16.         action="http://elsap1.unicaen.fr/cgi-bin/trouveter">
  17.     <input type="hidden" name="requete" value="" />
  18.     <input type="hidden" name="refer" value="#" />
  19.   </form>
  20.  
  21.   <script><![CDATA[
  22.     function synfr(q)
  23.     {
  24.       if( nullArgs("synfr", q) )
  25.         return;
  26.       document.synfrf.requete.value = q;
  27.       submitForm(synfrf);
  28.     }
  29.   ]]></script>
  30.  
  31.   <copyright>
  32.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  33.   </copyright>
  34.  
  35. </search>